SixBit API Schema
RecipientType Simple Type
Description
The recipient for this item.
Namespace (none)
Type
Restriction of xs:string
Diagram
RecipientType Simple Type
Overview
RecipientType Restriction of xs:string
The recipient for this item.
Facets
EnumerationNone
Enumerationmen
Enumerationwomen
Enumerationunisex_adults
Enumerationteen_boys
Enumerationteen_girls
Enumerationteens
Enumerationboys
Enumerationgirls
Enumerationchildren
Enumerationbaby_boys
Enumerationbaby_girls
Enumerationbabies
Enumerationbirds
Enumerationcats
Enumerationdogs
Enumerationpets
Enumerationnot_specified
Source
<xs:simpleType name="RecipientType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The recipient for this item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="men" />
    <xs:enumeration value="women" />
    <xs:enumeration value="unisex_adults" />
    <xs:enumeration value="teen_boys" />
    <xs:enumeration value="teen_girls" />
    <xs:enumeration value="teens" />
    <xs:enumeration value="boys" />
    <xs:enumeration value="girls" />
    <xs:enumeration value="children" />
    <xs:enumeration value="baby_boys" />
    <xs:enumeration value="baby_girls" />
    <xs:enumeration value="babies" />
    <xs:enumeration value="birds" />
    <xs:enumeration value="cats" />
    <xs:enumeration value="dogs" />
    <xs:enumeration value="pets" />
    <xs:enumeration value="not_specified" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.